fmt.fmt.buf (field)
15 uses
fmt (current package)
format.go#L42: buf *buffer
format.go#L59: f.buf = buf
format.go#L68: buf := *f.buf
format.go#L74: copy(buf, *f.buf)
format.go#L86: *f.buf = buf[:newLen]
format.go#L92: f.buf.write(b)
format.go#L99: f.buf.write(b)
format.go#L102: f.buf.write(b)
format.go#L110: f.buf.writeString(s)
format.go#L117: f.buf.writeString(s)
format.go#L120: f.buf.writeString(s)
format.go#L404: buf := *f.buf
format.go#L427: *f.buf = buf
format.go#L584: f.buf.writeByte(num[0])
format.go#L586: f.buf.write(num[1:])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |